Component org.nuxeo.ecm.platform.ui.web.configuration.default
In bundle org.nuxeo.ecm.platform.ui
Contributions
XML Source
<component name="org.nuxeo.ecm.platform.ui.web.configuration.default">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
This contribution is the default contribution for JSF configurations.
Here are more details about some of them:
<ul>
<li>
<strong>nuxeo.jsf.enableDoubleClickShield</strong>: enables a shield on forms to prevent users from
submitting twice the same form (accidental double-click).
</li>
<li>
<strong>nuxeo.jsf.defaultBytePrefixFormat</strong>: defines the default byte prefix format used by the
printFileSize JSF function, that displays a pretty print of the size of a file. Available formats are "SI",
"IEC" or "JEDEC". See <a href="http://en.wikipedia.org/wiki/Byte" target="_blank">the Wikipedia article on
Byte</a> for more information on those formats.
</li>
</ul>
@since 7.4
</documentation>
<property name="nuxeo.jsf.enableDoubleClickShield">true</property>
<property name="nuxeo.jsf.defaultBytePrefixFormat">SI</property>
<property name="nuxeo.jsf.removeAliasOptims">false</property>
</extension>
</component>